--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 8226f4e1740c58418c2a344c2dc82490fd498658
Parents : 3e37bb2
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T18:18:12-06:00
chore(build): update poetry version requirement to >=2.0.0 in build workflow
Changes
Diff
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index e5ebeeed..749ee9d9 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
if: |
github.event_name == 'push' ||
(github.event_name == 'workflow_dispatch' && inputs.build_linux == true)
- run: python -m pip install --upgrade pip poetry==1.8.5
+ run: python -m pip install --upgrade pip poetry>=2.0.0
- name: Sync versions
if: |
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────